Declare a class vehicle and make it an abstract data type.


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

Post New Answer

More C++ General Interview Questions

What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What is the use of setfill in c++?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  






What is c++ runtime?

0 Answers  


What is the advantage of an external iterator.

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


Is there any difference between int [] a and int a [] in c++?

0 Answers  


What is a linked list in c++?

0 Answers  


What are c++ storage classes?

0 Answers  


What is the latest version on c++?

0 Answers  


Categories