Answer Posted / amit upadhyay
In Dynamic Polymorphism memory allocation will be at the
run time for that perticular method which is implemented
as polymorphism.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
What does no cap mean?
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 cohesion in oop?
What is oops?what is its use in software engineering?
What is debug class?what is trace class? What differences are between them? With examples.
Why is oop better than procedural?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
is there any choice in opting subjects like 4 out of 7
Why is abstraction needed?
Can static class have constructor?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What do you mean by abstraction?
How oops is better than procedural?
Why do we use inheritance?
What is class encapsulation?