answersLogoWhite

0


Best Answer

There are more than two, but the class name and interface would be the minimum specification for any class. The interface can be further divided into public, protected and private access, each of which may contain member methods and/or member variables, which may themselves be static and/or non-static. The last part of the specification are the friend declarations, if required.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two parts of class specification in c plus plus programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the unit of programming in c plus plus A. Function B. class C. object D. Attribute?

B. Class.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


When was Plus - programming language - created?

Plus - programming language - was created in 1976.


Is c plus plus a modular programming?

No, but it does support modular programming through namespaces.


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


What is the purpose of C plus plus?

Computer programming.


What is c plus plus primarily used for?

Programming.


What actually mean by object oriented programming Is C plus plus is a object oriented programming?

Just eat a watermellon!


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


What is the use of c plus plus in banks?

Programming language.


What is the best website for C plus plus programming?

www.cplusplus.com


How is c plus plus built?

C++ object oriented programming (OOP) language and supports three kinds of object types 1) Fundamental Types. 2) Derived Types. 3) Class Types.