Answer Posted / arun
Bjarne stoustrup
| Is This Answer Correct ? | 61 Yes | 7 No |
Post New Answer View All Answers
What is an advantage of polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is class in oop with example?
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 ambiguity in inheritance?
What type of loop is a for loop?
Can enum be null?
What is difference between polymorphism and inheritance?
Why do we use oops?
What is use of overloading?
Why multiple inheritance is not allowed?
What is the advantage of oop over procedural language?
Can static class have constructor?
Why do we use class in oops?
What is the diamond problem in inheritance?