Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is not true about member functions?

  Shared By: Adelbert Fischer    Date: Jul 28    Category: C++ Programming    Views: 902

Answer:

Options

a) Can access private data variables
b) Can call another function directly without using dot operator
c) Both a and b
d) None of the above


Answer : d) None of the above

Share: 
 

Didn't find what you were looking for? Find more on Which of the following is not true about member functions? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: