Answer Posted / guessme
Suppose u 've 2 derived class b & c that is a common base
class of a. & u also 've another class d.that is inherit
from b and c.
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
How can we check whether the contents of two structure variables are same or not?
What is function overloading in C++?
What is main function in c++ with example?
What two types of containers does the stl provide?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Is rust better than c++?
What does count ++ do in c++?
What happens if a pointer is deleted twice?
What is the difference between structure and class?
What language is a dll written in?
What's the "software peter principleā?
Describe the syntax of single inheritance in C++?
Is multimap sorted c++?
Can notepad ++ run c++?
What is a memory leak in C++?