Answer Posted / jasbir singh
An abstract class is a class with at least one function
without definitions.
An Interface is a class which only contains function
declarations, all the functions are specifically and
separately defined later. And you can't create objects of
these classes.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is oop useful?
What is encapsulation selenium?
Can an interface inherit a class?
Why is object oriented programming so hard?
What are two types of polymorphism?
What is polymorphism oop?
What are oops functions?
Why polymorphism is used in oops?
Whats is abstraction in oops?
What is advantage of inheritance?
what are the realtime excercises in C++?
What is object and class in oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is object in oops?