KnowledgeBoat Logo
|

Computer Applications

A class contains:

  1. Attributes and methods
  2. A number of object of same types
  3. Data and member function
  4. All of the above

Java Classes

23 Likes

Answer

All of the above

Reason — A class contains attributes and methods, a number of object of same types, data and member functions.

Answered By

6 Likes


Related Questions