OOPS Interview Questions
Questions Answers Views Company eMail

what is inline function?

3 5242

for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 3875

what is polymorpsim? what are its types?

8 9256

what is function overloading..?

4 4657

what is a binary overloading

2 5325

what is the difference between function template and template of function?explain with example.

2 18552

what is oppes

2 3955

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

1 6362

what is the difference between class to class type conversion and copy constructor ?

2 5228

Write 7 differences between "Public" function and "Private" function?

IBM, Wipro,

2 15643

what do you mean by static member variable?

2 5082

What is a unary operator?

5 6958

Conversion from a basic type to a class type may be achieved using______________

HCL,

5 20073

A file pointer always contains the __________ of the file

5 10336

difine hierarchical inheritance.

ASD Lab, TCS,

9 24906


Post New OOPS Questions

Un-Answered Questions { OOPS }

What is multilevel inheritance explain with example?

627


what is the 3 types of system development life cycle

2433


what type of question are asked in thoughtworks pair programming round ?

1762


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1664


What are the two different types of polymorphism?

672






What are different oops concepts?

578


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1458


What is the important feature of inheritance?

635


What is multilevel inheritance in oop?

557


What is the difference between encapsulation and polymorphism?

596


Explain virtual inheritance?

682


How long to learn object oriented programming?

565


What is stream in oop?

840


What is oops and its features?

587


write knight tour problem which is present in datastructure

2164