Tell me the scenario,Where we can use interfaces or
Abstract class.And What is the difference between
interfaces and abstract class?
Answer Posted / seshu
abstract class contains function prototypes and function
definations also
but interface ccontains onlu function prototypes which are
used in deriving object declarations
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why do we use class in oops?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is an example of genetic polymorphism? What is encapsulation oop? What are the three main types of variables? What is the real time example of encapsulation? What does and I oop mean? Write a c++ program to display pass and fail for three
student using static member function What are constructors in oop? INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE
METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN
A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS? What does and I oop and sksksk mean? Why is oop better than procedural? Which language is pure oop? What is Difeerence between List obj=new ArrayList(); and
ArrayList obj=new ArrayList()?