Difference between Abstract Class & Interface?
Answer Posted / nivas
abstract class is declared in abstract and instance methods
but were as interface class is declared only in abstract method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by framework in java?
Do I really have to type in the programs in the book to try them out?
How do I open the java control panel?
Why serialization is used in java?
explain how java se 8 data and time api solves issues of old java date api?
What is csrf in java?
What is a dao layer in java?
What if the main method is declared as private?
How do I know if I have jre or jdk?
In which language eclipse is developed?
Is java a framework?
Explain main thread under thread class execution?
What is dependency injection in java?
how can we create the ui using netbeans,having the code?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.