WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / dulichand kumawat
class: A class is a collection of variables and functions working with these variables. Variables are defined by var and functions by function.
Object: Object is instance of the class which is used for run
the class like a key(object) of car(class)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
write a program that takes input in digits and display the result in words from 1 to 1000
What is this pointer in oop?
Prepare me a program for the animation of train
Is enum a class?
What is new keyword in oops?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do we use polymorphism?
What is abstraction with example?
What is coupling in oops?
What is abstraction in oops?
What does and I oop mean in text?
can we make game by using c
What are the benefits of polymorphism?
Is html an oop?