WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / kunal prakash
object is the instance of the class.
class contains data and member functions.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
#include
Is html an oop?
What is encapsulation in oops?
What does I oop mean?
What type of loop is a for loop?
Can you inherit a private class?
What is class and object with example?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is constructor in oop?
Write a program to reverse a string using recursive function?
What is cohesion in oop?
What does no cap mean?
What is ambiguity in inheritance?
What is persistence in oop?