Answer Posted / latha
abstract class contains the abstract methods. these methods
contain the only declaration but no definition.
interface is the class which extends the many interfaces.
and the class implements the many interfaces
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do while loop is used?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is overloading and its types?
What is polymorphism what are the different types of polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the purpose of polymorphism?
What is the real life example of polymorphism?
Are polymorphisms mutations?
What is static in oop?
What is the fundamental idea of oop?
What is ambiguity in inheritance?
What is variable example?
What is abstraction encapsulation?
What is oops in simple words?