What is an abstract class in C++
No Answer is Posted For this Question
Be the First to Post Answer
what is a pragma in C++?
What is an algorithm (in terms of the STL/C++ standard library)?
What Is A Conversion Constructor C++ ?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
What do you by Function Overloading in C++?
0 Answers Akamai Technologies, Infogain,
What is C++11?
write a program To generate the Fibonacci Series.
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Write a C++ program to print strings in reverse order.
What does it mean to take the address of a reference?
In C++ what is the meaning of data hiding?
Explain encapsulation in C++.