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
How do you achieve polymorphism?
How do you explain polymorphism?
Can you inherit a private class?
Why do we use oop?
What is the types of inheritance?
What is multilevel inheritance explain with example?
What is the difference between encapsulation and polymorphism?
Why is oop useful?
Why we use classes in oop?
What is data binding in oops?
Why do we use class in oops?
What is advantage of inheritance?
What are the 4 pillars of oop?
What is oops with example?
What is polymorphism and example?