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 are the basics of core java?
Explain reverse a linked list recursive java solution?
What is the new line character?
Java violates few objected oriented concepts. Can you explain in what way?
What if static is removed from main method?
What are disadvantages of java?
What is run time allocation?
What is the meaning of I ++ in java?
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
what type of questions asked for barclays technologies pune please send urgent
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What are access modifiers?