Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
What is difference between data abstraction and encapsulation?
What is virtual function?where and when is it used?
What exactly is polymorphism?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
what is object oriented programming and procedure oriented programming?
How to create a comment page in C #??
what isthe difference between c structure and c++ class
the difference between new and malloc
Why multiple inheritance is not possible?
Why do we need oop?
What is deep and shalow copy?