Computer Science, asked by Kenaz, 4 months ago

Write a program in C++ to print “C++ is case sensitive Language”​

Answers

Answered by aaratinarnawar2007
1

Answer:

Everything in C++ is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake.

Attributes and methods are basically variables and functions that belongs to the class. These are often referred to as "class members".

A class is a user-defined data type that we can use in our program, and it works as an object constructor, or a "blueprint" for creating object

Answered by Anonymous
1

Strongly typed languages are the languages which checks very strictly of the grammar of the language defined by the designers of the languages. Examples are languages such as C,Java,C++ …..

Weakly typed languages are the languages are the languages that does not strictly checks for the grammar of the languages. Examples are Assembly language.

There are also hybrid languages such as the Visual Basic, which partially checks for the grammar strictly.

Thus this explanation would explain you question.Yes…. C++ is case sensitive language.

plz follow me (*_*)

Similar questions