What is destructor in oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is costructor?
What are the 3 principles of oop?
what is runtime polymorphism? For the 5 marks.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How does polymorphism work?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
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 :( :-?
Write pseudo code for push in a stack?
what is the difference between a package and a software?
Out of 4 concepts, which 3 C++ Follow?
What is object in oop with example?
What is Iteration Hierarchy? What is what is Object behavioral concept?