Write a program to implement OOPS concepts such as
inheritance, polymorphism, friend function, operator
overloading?
No Answer is Posted For this Question
Be the First to Post Answer
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
explain sub-type and sub class? atleast u have differ it into 4 points?
what is oops
Difference ways of Polymorphism?
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 is ambiguity in c++
Can bst contain duplicates?
What is deep and shalow copy?
what is static?
Can you explain polymorphism?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
tel me oops defination in single line