Answer Posted / dhanya
Any class with one or more abstract method is called an abstract class.It can have data attributes,concrete methods and constructors.Abstract class can differ the implementation
by declaring the method to be abstract,and a Java interface declares only the contract and no implementation.All methods declared in interface are public and abstract.All attributes are public,static and final.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to get the oracle certification? send me the answer
What are classes oop?
What is abstraction in oop with example?
What is multilevel inheritance explain with example?
What is abstraction in oops?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What do you mean by variable?
why reinterpret cast is considered dangerous?
What is static modifier?
Why we use classes in oop?
What is polymorphism and why is it important?
What is basic concept of oop?
What is constructor overloading in oop?
What is a superclass in oop?
Can we create object of abstract class?