Plese get me a perfect C++ program for railway/airway
reservation with all details.


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

Post New Answer

More OOPS Interview Questions

Explain virtual inheritance?

0 Answers  


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

0 Answers   Eureka Forbes,


Explain the advantages of inheritance.

0 Answers   TCS,


Why is there no multiple inheritance?

0 Answers  


What is this interview room ? Is it a class or an object.

3 Answers   CybAge, NSN, Wipro,






why constructor cannt be declar virtually? why destructor cannt be overloaded?

2 Answers   Infosys,


What is the real time example of encapsulation?

0 Answers  


What is the real life example of polymorphism?

0 Answers  


who is the founder of c++?

15 Answers   Hexaware, ONGC,


What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?

4 Answers   Accenture, L&T,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


What is encapsulation and abstraction? How are they implemented in C++?

0 Answers   Agilent, ZS Associates,


Categories