Answer Posted / abhishek karal
In object-oriented programming, a class is a construct that
is used as a blueprint (or template) to create objects of
that class. This blueprint describes the state and behavior
that the objects of the class all share. An object of a
given class is called an instance of the class. The class
that contains (and was used to create) that instance can be
considered as the type of that object, e.g. an object
instance of the "Fruit" class would be of the type "Fruit".
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Is react oop?
What causes polymorphism?
What is the point of polymorphism?
What is class and example?
What exactly is polymorphism?
Explain virtual inheritance?
What is a class and object?
what's the basic's in dot net
What is abstraction in oop with example?
what is different between oops and c++
What are classes oop?
What is destructor example?
What is polymorphism and types?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Can you inherit a private class?