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
What is advantage of inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How long to learn object oriented programming?
What does and I oop and sksksk mean?
What makes a language oop?
What are the important components of cohesion?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
program for insertion ,deletion,sorting in double link list
What are the two different types of polymorphism?
What is overloading and its types?
Explain virtual inheritance?
Why multiple inheritance is not allowed?
What is difference between multiple inheritance and multilevel inheritance?
What is the real time example of inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading