C++ Interview Questions
Questions Answers Views Company eMail

Do you know about multiple inheritance?

Motorola,

1 644

Explain the advantages of inheritance.

TCS,

677

Explain virtual inheritance?

687

How can you overcome the diamond problem in inheritance?

NIIT,

772

How to hide the base class functionality in Inheritance?

Viscus Infotech,

640

What is the important feature of inheritance?

BPL,

637

State what is encapsulation and friend function?

BirlaSoft,

703

What do you mean by Encapsulation?

Ittiam Systems,

645

What is encapsulation and abstraction? How are they implemented in C++?

Agilent, ZS Associates,

639

Explain the concepts involved in Object Oriented programming.

Wipro,

644

What is encapsulation in C++? Give an example.

HAL, Honeywell, Zomato,

590

What is meant by entry controlled loop? What all C++ loops are exit controlled?

TCS,

573

Do you know about latest advancements in C++ ?

Agilent, ZS Associates,

662

Do you know about C++ 11 standard?

Agilent, ZS Associates,

638

Can we make any program in c++ without using any header file and what is the shortest program in c++.

MCN Solutions,

617


Un-Answered Questions { C++ }

What do you mean by const correctness?

631


What are different oops concepts?

579


Explain 'this' pointer and what would happen if a pointer is deleted twice?

613


What is cout flush?

572


What is a dangling pointer in c++?

666






How do I make turbo c++ full screen?

588


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

674


What is the advantage of c++ over c?

566


Can a built-in function be recursive?

588


Differentiate between C and C++.

714


What is bubble sort c++?

577


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3065


Can private class be inherited?

622


What is std :: flush?

579


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

803