what is Member Functions in Classes?


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

Post New Answer

More C++ General Interview Questions

Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


Is sorted c++?

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


Explain this pointer?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  






Why use of template is better than a base class?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What is a string example?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


When is a template better solution than a base class??

2 Answers   emc2,


Define private, protected and public access control.

0 Answers  


Explain the scope of resolution operator.

0 Answers  


Categories