Answer Posted / utkarsh kumar
william gates
| Is This Answer Correct ? | 3 Yes | 27 No |
Post New Answer View All Answers
How does polymorphism work?
What are the benefits of interface?
Is react oop?
What is the benefit of oop?
Why is static class not inherited?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is overriding in oops?
What are the types of abstraction?
c++ program to swap the objects of two different classes
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(); }
Give two or more real cenario of virtual function and vertual object
What is meant by oops concept?
Which method cannot be overridden?
What are objects in oop?
What is the purpose of enum?