Answer Posted / aravinth.p
its is a non member function,which is used to access the
private data members of a class...
it is declared inside the class by the keyword : FRIEND
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the main feature of oop?
What is the difference between a mixin and inheritance?
What is ambiguity in inheritance?
What is the real life example of polymorphism?
What is constructor in oop?
What does sksksk mean in text slang?
Why do we need oop?
What is pointer in oop?
What is encapsulation in oop?
Which type does string inherit from?
any one please tell me the purpose of operator overloading
What is the difference between procedural programming and oops?
Which language is not a true object oriented programming language?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction