Answer Posted / nashiinformaticssolutions
Friend functions can access private and protected members of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How did c++ get its name?
Differentiate between a template class and class template in c++?
What is a responder chain?
What is abstract class in c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Define 'std'.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Can we distribute function templates and class templates in object libraries?
What is function overloading c++?
What are the characteristics of friend functions?
How can virtual functions in c++ be implemented?
What is the purpose of extern storage specifier?
What is format for defining a structure?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Which bit wise operator is suitable for checking whether a particular bit is on or off?