what is abstract method with example?
Answer Posted / abhishek,hingu
abstract method is a method whose implementation is
deferred to a subclass. Or, a method that has no
implementation
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
when you will synchronize a piece of your code? : Java thread
What is function overriding and overloading in java?
How to compare strings in java?
What is a class variable?
What’s the difference between constructors and other methods?
What is a boolean structure?
make a method which any number and any type of argument and print sum of that arguments.....
What does file separator do in java?
How do generics work?
Is null a string?
What is number data type?
Explain the key functions of data binding?
What are the elements of java?
How do you break a loop?
What is the main purpose of serialization in java?