Fun in the blanks
1 .is a template that binds together data and methods together.
.
2. The values in the attributes of an object is called the
3.operator is used to access the individual members of a class.
4. The key word
is used to allocate memory space for an object.
5. The detauit and
access modifier is used with a class.
6. It is a common convention to begin a class-name in
letter.
7. A class is called an
tactory.
8 .is used to give a unique name to an object for identification.
9. Behaviour of an object is represented by
10. The size of fundamental data type is
Answers
Answered by
0
- A class is a template that binds together data and methods together.
- The values in the attributes of an object is called the state of an object.
- The dot operator is used to access the individual members of a class.
- The key word new is used to allocate memory space for an object.
- The default and public access modifier is used with a class.
- It is a common convention to begin a class-name in capital letter.
- A class is called an object factory.
- Object reference is used to give a unique name to an object for identification.
- Behaviour of an object is represented by methods.
- The size of fundamental data type depends on the programming language you are using.
Similar questions