which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answers were Sorted based on User's Feedback
What is the types of inheritance?
Templates mean
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
What is encapsulation in oops?
When is it necessary to use member-wise initialization list in C++?
Explain virtual inheritance?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is object in oop?
Why is abstraction used?
what is function over loading?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
what is polymorphism?