What is private, public and protected inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the advantages of c++? Explain

0 Answers  


Explain the scope of resolution operator.

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Why would you use pointers in c++?

0 Answers  


Tell me difference between constant pointer and pointer to a constant.

0 Answers   Honeywell, Zomato,






How does list r; differs from list r();?

0 Answers  


Why #include is used?

0 Answers  


What is ios flag in c++?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Who created c++?

0 Answers  


Explain how a pointer to function can be declared in C++?

0 Answers  


Enter n no. of element and delete value from desire position

1 Answers  


Categories