STL (140)
OOPS (873)
C++ General (2409) 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.
1 4529
what is the difference between overloading & overriding? give example.
What is polymorphism used for?
How can we access protected and private members of a class?
Why can templates only be implemented in the header file?
Consider the following C++ program
Do class declarations end with a semicolon?
How can you link a c++ program to c functions?
What is pure virtual function? Or what is abstract class?
What is a volatile variable in c++?
What is the latest c++ standard?
Can bst contain duplicates?
Describe linkages and types of linkages?
Without using third variable write a code to swap two numbers.
Which language is not a true object oriented programming language?
How to defines the function in c++?