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 the difference between state-based unit testing and interaction-based unit testing?
Explain the concept of polymorphism with examples?
What is java english?
Write a java program to check if a number is prime or not?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
What does n mean in java?
What is final int?
What is the difference between char and char *?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What is a super method?
What class is used to create Server side object?
How to calculate the length of a singly linked list in java?