Why do we use polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
What is static modifier?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
Why do we use virtual functions?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
What is purpose of inheritance?
What are main features of oop?
why the argument is passed by reference to a copy constructor?example?