Jenny's Lectures CS IT
In this video, we 'll be discussing some basic points So you can say introduction
to C plus plus programming language. the language of computer is binary language
only zeros and ones, so we have to say that thing in binary language that computer
can understand, but we don't know how to say it in zero and one right, but yeah If
there is someone between us and like our laptop who can convert we are saying add
two numbers the numbers are five and four and that that thing or that person the
intermediate can convert that thing into machine code. C plus plus is an extension
of C superset of C language. it contains all the features of C as well as some
additional features like Oops concept. it is not purely objectoriented programming
language because some features like friend and virtual classes violate those Oops
features right.. It supports multiple paradigms, processor oriented programming
also and object oriented programming.. C plus plus is a general purpose programming
language.. It supports multiple paradigms as well as it is a middle level language
or intermediate language.. The idea comes from this this operator increment
operator, which means we are adding one value. it follows the Oops concept and what
are Oops concepts we have discussed in previous video..