Answer Posted / sougata kr. chatterjee
The term abstaction refers hiding the inner processing of
data but it help for done the work in structured manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
What exactly is polymorphism?
What is the main feature of oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Who invented oop?
What is difference between oop and pop?
Can we define a class within the interface?
write a program to find 2^n+1 ?
Why multiple inheritance is not allowed?
to find out the minimum of two integer number of two different classes using friend function
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can we create object of abstract class?
What is a null tree?
What is multilevel inheritance explain with example?
Why oops is important?