Definition of Object Oriented Programming in single line?
Answer Posted / sureshk_ap
OOP is a programming technique in which focuses on objects
to get the real world applications.
| Is This Answer Correct ? | 49 Yes | 18 No |
Post New Answer View All Answers
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 is polymorphism what are the different types of polymorphism?
Why is destructor used?
Why do we use class?
What is interface? When and where is it used?
What is the full form of oops?
What is the difference between abstraction and polymorphism?
What is abstraction oop?
What does sksksk mean in text slang?
What are the two different types of polymorphism?
What is the importance of oop?
Can you inherit a private class?
write a program to find 2^n+1 ?
What is super in oop?
What is destructor example?