differentiate between private, public and protected data members of the class using example.
Answer / bhagyalakshmi
public is accessed through out the program
private is accessed with in the class only
protected is accessed like public only
| Is This Answer Correct ? | 0 Yes | 1 No |
method overloading means what?
why does the execution of a c++ program start with main()???
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
what is the difference between thread and process
Explain when u will use Observer pattern and how u will implement in c++ .
write a piece of c++ code which allocate memory to the 50 object of type CObj
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
What is stl stand for?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Write a program in C++ to concatenate two strings into third string using pointers
what is electronic software