describe private access specifiers?


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

Post New Answer

More C++ General Interview Questions

What is the use of string in c++?

0 Answers  


How come you find out if a linked-list is a cycle or not?

0 Answers  


What is difference between class and structure in c++?

0 Answers  


What is a parameterized type?

1 Answers  


What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,






What is the best c++ book for beginners?

0 Answers  


Should the this pointer can be used in the constructor?

0 Answers  


Why do we use setw in c++?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Can I create my own functions in c++?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


Categories