What is overriding in oops?
No Answer is Posted For this Question
Be the First to Post Answer
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
What is overriding vs overloading?
What are generic functions and generic classes?
wht is ditch
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 :( :-?
how can we design a magic square in c++?or suggest me the basic idea of it.
what is function over loading?
What is destructor oops?
What do you mean by inline function?
any one please tell me the purpose of operator overloading
explain sub-type and sub class? atleast u have differ it into 4 points?