answersLogoWhite

0

To expose an interface to the class members. Without an interface of some kind, an object would be useless.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you use fopen in c plus plus?

#include <stdio.h> ... FILE *f = fopen ("name", "mode");


How to use graphics in c plus plus?

At the beginning in the header file: #include <graphics.h>


How the turbo c plus plus use in the computer?

How the turbo c plus plus use what in the computer.


Why graphics mode use in c?

C has nothing to do with graphics.


What is an instance class in C plus plus?

You have a class(i.g. MyClass): class MyClass{ public: int MyData; }; And then you use the class like this: int main(){ MyClass MyObject; MyObject.MyData=7; }


How do you use conioh header in c plus plus?

just as you do it in C.


Write a C plus plus to find median and mode of a number?

The median and mode of any number is the same number. The mode of 5 is 5, as is the median of 5. In other words, you need two or more numbers to determine the median and mode of those numbers.


Can you use c plus plus in windosh vista?

Only if you have a C++ compiler.


Which is best C or C plus plus?

depends what you use it for. c++ = object oriented c = not object oriented


How do you create a class in C plus plus?

class class_name { private: data_members; public: member_functions; };


How do you install Turbo C plus plus on Windows 7?

You can use a software called DOSboxAnother Answer:Turbo C++ was discontinued in 2009 by Embarcadero Technologies. While you might be able to get it to run in Windows 7 using compatibility mode, it would be better to upgrade to C++Builder.You can use DOSBox to install Turbo C in Windows 7. Or Turbo C Simulator which install Turbo C in Windows 7 in a single click.


User defined data type in c plus plus?

Use "typedef" : both in C and C++.