Everything begins with object: object has properties (data fields) and behavior (functions/methods to set/get). Object is inside the layer like layers in Photoshop. This is my notebook mainly for object layer of C/C++,Java, JavaScript and PHP/MySQL/Apache/CSS/HTML but also many problems that I have to deal with everyday.
A class is a blue-print or prototype defines the variables, functions/methods for an object.
class class_name {
permission_label_1:
member1;
permission_label_2:
member2;
...
} object_name;
No comments:
Post a Comment