Explain the different access specifiers for the class member in c++.


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

Post New Answer

More C++ General Interview Questions

How many lines of code you have written for a single program?

4 Answers   BoA,


Explain the difference between class and struct in c++?

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


Difference between class and structure.

0 Answers  


What are the debugging methods you use when came across a problem?

1 Answers  






What is format for defining a structure?

0 Answers  


What are the uses of typedef in a program?

0 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


How do you add an element to a set in c++?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Explain linear search.

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


Categories