What isan abstract class and when do you use it?
An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement it. And whereas a class can extend only one abstract class, it can take advantage of multiple interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data object example?
What is meant by serialisation and deserialisation?
What are constants?
what is translator and it types
Can we inherit inner class?
What is r in java?
What are the different types of java?
What is n in java?
Is void a data type?
What is the difference between the synchronized() & static synchronized()?
What does exp mean in math?
What method is used to compare two strings ?