Answer Posted / kishor khatri
A friend function is a non member function of a class, that
is declared as a friend using the keyword "friend" inside
the class. By declaring a function as a friend, all the
access permissions are given to the function. It is like
allowing access to ones personal belongings to a friend.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does no cap mean?
What is an example of genetic polymorphism?
What are the 3 pillars of oop?
What do you mean by abstraction?
What does sksksk mean in text slang?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is polymorphism oop?
What are the components of marker interface?
What do you mean by overloading?
What is abstraction oop?
What language is oop?
what is the sylabus for priliminaries?
Can we create object of abstract class?
What is static in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?