What data encapsulation is in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can user-defined object be declared as static data member of another class?
Live example for static function?
What is the arrow operator in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Explain bubble sorting.
What is friend class in c++ with example?
They will ask u question about single linked list?. Write Code for to insert delete node.
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What is class definition in c++ ?
Using a smart pointer can we iterate through a container?
Why c++ is created?
Define Virtual function in C++.