Computer Applications

Class and Objects are inter-related. Explain.

Objects & Classes

204 Likes

Answer

A Class is used to create various Objects that have different characteristics and common behaviours. Each object follows all the features defined within a class. That is why class is also referred to as a blue print or prototype of an object. This way we can say that they are inter-related.

Answered By

118 Likes


Related Questions