What is the differances between a abstract calss and
interface
Answer Posted / abhijit
Abstract base classes can have data members but not interfaces.
Abstract base classes have private access specifier by
default while that of interfaces is public
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are properties in oop?
What is overriding vs overloading?
Write a program to reverse a string using recursive function?
What are the benefits of polymorphism?
What is the point of polymorphism?
What is the real time example of inheritance?
what are the different types of qualifier in java?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism and types?
What is coupling in oop?
What is stream in oop?
Is data hiding and abstraction same?
How oops is better than procedural?
What do you mean by abstraction?
Where is pseudocode used?