STL (140)
OOPS (873)
C++ General (2409) 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?
2150write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
2650In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4077if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
3 7990create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 5652write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
2297
If dog is a friend of boy, is boy a friend of dog?
What is debug class?what is trace class? What differences are between them? With examples.
What do you mean by late binding?
Can create new c++ operators?
Where You Can Use Interface in your Project
How we can differentiate between a pre and post increment operators during overloading?
What is object and class in oops?
What are the methods of exporting a function from a dll?
What is the basic concept of c++?
Why would you use pointers in c++?
What is the use of seekg in c++?
What is copy constructor? Can we make copy constructor private in c++?
Which is the best c++ compiler for beginners?
What is the difference between an enumeration and a set of pre-processor # defines?
What does ios :: app do in c++?