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
What are the three main types of variables?
What are oops functions?
What is encapsulation in oops?
Can bst contain duplicates?
which feature are not hold visual basic of oop?
What is polymorphism what is it for and how is it used?
What causes polymorphism?
What is pure oop?
What is a class and object?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is for loop and its syntax?
What is abstract class in oops?
Where is pseudocode used?
Why is polymorphism used?
What is overriding in oop?