Computer Science, asked by abhaypage44, 9 months ago

c++ class is ____ datatype​

Answers

Answered by shridhar987
1

Answer:

C++ is a programming language not a class.

Answered by gratefuljarette
0

C++ class is user-defined data type.  

Explanation:

  • C++ is an object-oriented programming language that consists of classes and objects. There are various data types in C++ which are classified as primary data type(integer, character, floating-point, etc), derived data type(function, array, pointer, etc) and user-defined data type(class, structure, union, enum, etc).
  • C++ class is user-defined that means it depends on the user what he wants to name his/her class in the coding. We can name anything to the class. For example ABC, XYZ, Triangle, Sample, test, etc.

Learn more about C++

Write a c++ programme to display all palindrome numbers between 100and200

https://brainly.in/question/10627245

Write a C++ program to overload ‘+’ operator to find the sum of length of two given strings.(Note: if S1 and S2 are two strings then S1+S2 should give the sum of lengths of S1 and S2).

https://brainly.in/question/12308397

Similar questions