Answer Posted / ashish
Class is a blue print for the objects,suppose take ana
example of bicycle there r 100's of bicycles of same type
having all the characterstic same but still v have
catagorised them in a single catagory bicycle......
so it may aslo be defined as collection of several objects
having same functionality is called class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which feature are not hold visual basic of oop?
Can private class be inherited?
What is inheritance write a program to show use of inheritance?
What is polymorphism what are the different types of polymorphism?
What are the three parts of a simple empty class?
What is new keyword in oops?
What is variable example?
What are the two different types of polymorphism?
What is difference between pop and oop?
What does enum stand for?
Is data hiding and abstraction same?
What are functions in oop?
Explain virtual inheritance?
What is constructor in oop?
How to call a non virtual function in the derived class by using base class pointer