write a C++ program for booking using constructor and
destructor.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Can enum be null?

0 Answers  


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


What is the difference between an object and a class?

3 Answers  


difference between overloading and overridding

11 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  






How to improve object oriented design skills?

0 Answers  


different types of castings

3 Answers   Siemens,


What is a unary operator?

5 Answers  


which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


what is the difference between a package and a software?

3 Answers  


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


What does no cap mean?

0 Answers  


Categories