What are the OOPS concepts?
Answer Posted / krish
oops conepts are:
1. object
2.encapsulation
3.abstraction
4.class
5.polimorphism
6. message passing
7.inheristance
8.dynamic binding
| Is This Answer Correct ? | 0 Yes | 0 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
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is oops?what is its use in software engineering?
What is difference between inheritance and polymorphism?
What is polymorphism oop?
Templates mean
What is coupling in oops?
What is meant by multiple inheritance?
what are the ways in which a constructors can be called?
What is class and example?
What is and I oop mean?
Why polymorphism is used in oops?
What are classes oop?
Why do we use polymorphism?
What is a function in oop?