What is stream in oop?
No Answer is Posted For this Question
Be the First to Post Answer
which is platform independent device used in computers
What is difference between abstraction and encapsulation?
What is destructor in oop?
why to use template classes in c++?
Write a program to demonstrate the use of 'Composition' in C++
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
What is object in oop?
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
Program to open a file with First argument
Why a "operator=(...)" when there is a copy ctor?
What is DeadlyDiamondDeathProblem ?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?