What is a friend function & its advantage?
Answer / 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 |
What is object in oop with example?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
create a c++ program that will accepts 9 inputs using 3 by 3 array.
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
can we make a class static without using static keyword?
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
what is runtime polymorphism? For the 5 marks.
What is the importance of oop?
What is public, protected, private?
Explain the concepts involved in Object Oriented programming.
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is memory leak and memory corruption?