What are the OOPS concepts?
Answer Posted / geek
How can a class become collection of objects???
| Is This Answer Correct ? | 66 Yes | 90 No |
Post New Answer View All Answers
What is the real time example of inheritance?
What is data binding in oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is encapsulation with example?
What is polymorphism in oops with example?
What is oops with example?
Why do we use polymorphism?
Can a destructor be called directly?
Why is polymorphism needed?
class type to basic type conversion
What is overriding in oops?
Why is encapsulation used?
Can you inherit a private class?
What is polymorphism what are the different types of polymorphism?
What is overloading and its types?