Please tell me the oops concept with detailed answer
Answer Posted / vishal
Fundamental concepts of OOPS
1.Object
2.Encapsulation
3.Object Reuse using
-Abstract classes
-Interface
-Inheritance
-Composition
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of oop over procedural language?
What is class in oop with example?
Write a c++ program to display pass and fail for three student using static member function
What is polymorphism and example?
What is and I oop mean?
Write a program to reverse a string using recursive function?
Why is static class not inherited?
What is overloading in oop?
What is polymorphism explain?
class type to basic type conversion
What is pointer in oop?
What are the benefits of interface?
Why do we need polymorphism in c#?
write knight tour problem which is present in datastructure
How to hide the base class functionality in Inheritance?