Write a program in C++ to print “C++ is an Object Oriented Programming Language”.
Answers
Answered by
0
Language:
C++
Program:
#include <iostream>
using namespace std;
int main ()
{ cout << "C++ is an Object Oriented Programming Language.";
return 0; }
Output:
Consider the attachment.
Explanation:
- cout returns the output on the screen.
Attachments:
Answered by
1
In C++, an object is created from a class. We have already created the class named MyClass , so now we can use this to create objects. To create an object of MyClass , specify the class name, followed by the object name.
Itz Khushu☺️
2)your 2nd Question ans?
=an now 3000 is a targer for IB power
Similar questions