Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a class in C++?



What is a class in C++?..

Answer / nashiinformaticssolutions

The core components of C++ object-oriented programming are classes. They represent a collection of connected objects and are a user-defined data type. Classes keep variables and member functions together.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

In C++ what is the meaning of data hiding?

0 Answers   Aricent,


Consider the following C++ program

0 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What are the different scope C++ provide ?

0 Answers   Amdocs,


Explain the difference between C and C++.

1 Answers   Accenture,


Name the operators that cannot be overloaded.

1 Answers   Wipro,


What is partial specialization or template specialization?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Tell me about virtual function

1 Answers  


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


Categories