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 |
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.
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
write a program that input four digit number and find how many 7 that number contains
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
What is Object Oriental Progam
Write a program to print the swapping in two no and using three variable.
why we are using the fork command?.. how it works?
Is stl open source?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
Write a program in C++ to concatenate two strings into third string using pointers
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++