WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / amit
class is key word which is provids to create a user defined
datatypes and
object is delegates of class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does polymorphism work?
What is oops and why we use oops?
What is the example of polymorphism?
Why is abstraction needed?
How to use CMutex, CSemaphore in VC++ MFC
Why do we use class?
What is this pointer in oop?
Explain the concepts involved in Object Oriented programming.
Can we have inheritance without polymorphism?
Which language is not a true object oriented programming language?
What is object in oops?
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?
What is basic concept of oop?
How oops is better than procedural?
What is abstract class in oop?