What is difference between abstract class & final class
Answer Posted / rajabhau
abstract class can not instantiate.
abstract class can not create abstract constructor or static method.abstract class must be inherited. and vice versa final class.
Is This Answer Correct ? | 25 Yes | 14 No |
Post New Answer View All Answers
What is type parameter in java?
How do you escape a string?
Can abstract class have private constructor?
What is role of void keyword in declaring functions?
Can we override compareto method?
What is the method overriding?
What is annotation in java?
How many types of variables are there?
What is bean? Where it can be used?
What is lexicographically smallest string?
What does jenkins do?
What is a heavyweight component?
What class allows you to read objects directly from a stream?
What is get () in java?
What is a Transient Object?