Explain the different access specifiers for the class member in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
How does c++ sort work?
Write about the scope resolution operator?
Which function cannot be overloaded c++?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
What is prototype for that c string function?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Define anonymous class.
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What are the different data types present in C++?
How to implement is-a and has-a class relationships?