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
Why is polymorphism needed?
hi all..i want to know oops concepts clearly can any1 explain??
What is difference between data abstraction and encapsulation?
What are functions in oop?
What is polymorphism in oops with example?
What is ambiguity in inheritance?
What is the diamond problem in inheritance?
What is difference between multiple inheritance and multilevel inheritance?
Write a program to reverse a string using recursive function?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is the difference between a constructor and a destructor?
What is class and example?
What is abstraction and encapsulation?
How long to learn object oriented programming?
what is different between oops and c++