Can i have abstract class with no abstract methods?
Answer Posted / kamruddin
an abstract class contain the abstract methods and concerete
method
Abstract method:- are those method which have no body.
concrete Method:- are those method which have a body.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can we use static class instead of singleton?
What is the difference between serializable and externalizable interface?
What is garbage collection? Can it be forced to run?
Is it possible for a yielded thread to get chance for its execution again?
What is main method?
Is .net better than java?
What is final modifier?
Is upper case in java?
What are 4 pillers of object orinted programming?
What is a final class ?
What is the purpose of void class?
How many types of memory areas are allocated by JVM in java?
What is a war file?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How the metacharacters are different from the ordinary characters?