What are the OOPS concepts?
Answer Posted / anusha
abstraction
encapsulation
polymorphisim
inheritence
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is oop useful?
What is destructor oops?
What is meant by multiple inheritance?
What is constructor overloading in oop?
write knight tour problem which is present in datastructure
What is constructor in oop?
What is the benefit of oop?
Can a destructor be called directly?
Can private class be inherited?
What is for loop and its syntax?
What do you mean by variable?
What is class and object with example?
Why we use classes in oop?
What is encapsulation and abstraction? How are they implemented in C++?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?