write a C++ program for booking using constructor and
destructor.
No Answer is Posted For this Question
Be the First to Post Answer
what is the technical or oop name of object?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
Why u change company?
What is interface in oop?
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
How long to learn object oriented programming?
Can we create object of abstract class?
What causes polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is Virtual Keyword?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean