what are Access specifiers in C++ class? What are the types?


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

Post New Answer

More C++ General Interview Questions

What return value must conversion operators have in their declaration?

0 Answers  


Is string an object in c++?

0 Answers  


What is diamond problem in c++?

0 Answers  


What are friend functions?

1 Answers  


Describe protected access specifiers?

0 Answers  


What are structs in c++?

0 Answers  


Why do we use iterators?

0 Answers  


explain the reference variable in c++?

0 Answers  


Comment on assignment operator in c++.

0 Answers  


Can a program run without main?

0 Answers  


Explain function overloading

0 Answers  


given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().

2 Answers  


Categories