What is the difference between encapsulation and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is virtual constructors/destructors?
Explain the advantages of inheritance.
What is class and object in oops?
Why do we need polymorphism in c#?
You have one base class virtual function how will call that function from derived class?
Why do we use class in oops?
difference between overloading and overridding
What is the importance of oop?
c++ program to swap the objects of two different classes
write a program to find 2^n+1 ?
what is difference between c++ language and java language