asked 187k views
2 votes
A(n) ____ is just an abstract description of what an object will be like if any objects are ever actually instantiated.

1 Answer

5 votes

Answer:

Class

Step-by-step explanation:

A class is just an abstract description of what an object will be like if any objects are ever actually instantiated.

Its purpose is to provide an appropriate superclass out of which other classes can confirm take from and even go ahead to share a mutual and particular design. In many other languages, the class name is often used as the name for the template itself, it can also be used as the name for the default constructor of the class too.

answered
User Meidan Alon
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.