-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Doc how to use Object
For example:
- What is MemberAccessModifier (i.e. PRIVATE, PUBLIC) and how to use it.
- What is MemberType (i.e. METHOD, FIELD, CONSTRUCTOR, DESTRUCTOR) and how to use it.
- How to add a method to an
Object. (e.g. how we added theObjectDestructormethod).- What is the naming conventions for the method / field when adding a method / field. --> That the name should be the same as the full prototype of the method / the type and name of the field.
- How to invoke a method.
- How to print the Object With
.toStringto check for all the FIELDS / METHODS / PUBIC (...etc) members. And why this is important that you are able to do that. --> Because this way you can always get / set them and with their proper type (!).
- What is
LValue. - What is
RValue.- Difference between
IntegerRValueandDoubleRValue. In what cases we should use which, and how to use them. - Doc that
IntegerRValuecan contain any integer and which that includes any pointer (!), so this way for example, you can set a literal "string" to be anIntegerRValue.
- Difference between
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Projects
Status
In Progress