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.



Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol an..

Answer / er.bipinverma

brief detail in program

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More OOPS Interview Questions

How does polymorphism work?

0 Answers  


1.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.

1 Answers   Tech Mahindra,


Can we have a private virtual method ?

8 Answers   Ness Technologies,


Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


to find out the minimum of two integer number of two different classes using friend function

0 Answers  






hi all..i want to know oops concepts clearly can any1 explain??

0 Answers   Eureka Forbes,


Why static functions always uses static variables?

3 Answers  


What is destructor give example?

0 Answers  


What is a template?

7 Answers  


Can bst contain duplicates?

0 Answers  


What is polymorphism used for?

0 Answers  


diff between Abstract class Interfaces?

4 Answers  


Categories