What are the five characteristics and two method for class book
Answers
Answered by
0
Explanation:
Question 1
Creating object is the fundamental concept in object oriented programming language.
Question 2
A class is also considered as an object factory.
Question 3
A real world object deals with characteristics and behaviours.
Question 4
The objects of a class differs on various characteristics.
Question 5
The characteristics of the real world objects are considered to be the data members of the software objects.
Question 6
An object of a class is created by using a keyword new.
Question 7
Class is a blueprint of the objects.
Question 8
new keyword is used for dynamic allocation of an object.
Question 9
The living things are considered as real world objects.
Question 10
The different objects of a class have common behaviours.
Similar questions