WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / pranay agarwal
class is a template that contain data and functions, an
object can use this template any no. of times .
object is instance of class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
What causes polymorphism?
what is difference between class template and template class?
which feature are not hold visual basic of oop?
What is interface? When and where is it used?
What is and I oop mean?
Why multiple inheritance is not allowed?
What is the problem with multiple inheritance?
Why polymorphism is used in oops?
What is a class and object?
What is a function in oop?
Write a program to reverse a string using recursive function?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
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 encapsulation in oop?