Arduino String Object
Arduino String Object
What is an Object?
Is a construct that contains both data and functions. A String object can be created just like a variable and assigned a value or string. The String object contains functions (which are called "methods" in object oriented programming (OOP)) which operate on the string data contained in the String object.
The following sketch and explanation will make it clearer what an object is and how the String object is used.
More Arduino String Object examples will be seen in project examples
Comments
Post a Comment