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 |
What Is Operator Overloading in C++?
write a program to search and display the position of an element in a single-dimentional array using function.
Waht is inheritance
what's the difference between function overloading and function overiding?
Define stl.
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
what is c++
why we are using the fork command?.. how it works?
i want a road rash 3d game code if some one know please help me
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is stl in c++ with example?
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,