write a C++ program for booking using constructor and
destructor.
No Answer is Posted For this Question
Be the First to Post Answer
What are benefits of oop?
Can abstract class have normal methods?
Out of 4 concepts, which 3 C++ Follow?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
What are oops methods?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
Where is pseudocode used?
How would you stop a class from class from being derived or inherited.
What is and I oop mean?
Why a "operator=(...)" when there is a copy ctor?
What is encapsulation selenium?