why and when we can declar member fuction as a private in
the class?


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

Post New Answer

More C++ General Interview Questions

What is the prototype of printf function?

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,


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

0 Answers  


Explain one method to process an entire string as one unit?

0 Answers  






What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


What is a pointer how and when is it used?

0 Answers  


What is the latest c++ version?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


What and all can a compiler provides by default?

3 Answers   Accenture, HP,


Categories