Objects that share the same attributes and behaviour are grouped together into a_____
Answers
Answered by
4
Objects that share the same attributes and behavior are grouped together into a Class.
Explanation:
- Class is the blueprint of an object. Once class can have more than one objects.
- It create the objects that shows common characteristics and the behavior.
- A class is a user-defined data type taht is accessed using the corresponding object/ objects.
- Class holds the member variables and member functions in it.
- Classes are inheritable. The inherited class is known as derived class and the one from which the inheritance takes place is known as a base class.
Learn more:
1. The terms object and .............. are often interchangeable. (A) Instance (B) Attribute (C) Behaviour (D) State
https://brainly.in/question/21512875
2. Ch+=2 is equivalent to
https://brainly.in/question/21331324
Similar questions