Answer Posted / kumar vishal
In general a class is a group of objects. for example
mango,apple, banana, grapes etc. is a group of fruits.
But in oops concept, a class is a collection of member data
and member function.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is destructor give example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is polymorphism important in oop?
What is abstraction oop?
What is constructor overloading in oop?
What are benefits of oop?
What is oops?what is its use in software engineering?
What is oops with example?
Can enum be null?
which feature are not hold visual basic of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops concept with example?
What is the fundamental idea of oop?
How can you overcome the diamond problem in inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?