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
What is encapsulation with example?
What is inheritance write a program to show use of inheritance?
What is abstraction in oops with example?
2. Give the different notations for the class.\
What is object-oriented programming? Webopedia definition
what is the drawback of classical methods in oops?
What is abstract class in oops?
Why polymorphism is used in oops?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What does and I oop mean?
What are the 3 pillars of oop?
is there any choice in opting subjects like 4 out of 7
Can you explain polymorphism?
What is polymorphism and example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.