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
What is overloading and its types?
What is the problem with multiple inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what are the realtime excercises in C++?
What is abstraction in oops?
Templates mean
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is constructor overloading in oop?
What is solid in oops?
Why is encapsulation used?
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 difference between inheritance and polymorphism?
How do you use inheritance in unity?
What is oops and its features?
what are the different types of qualifier in java?