CBSE BOARD X, asked by khushboo9918360622, 3 months ago

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