computer language
___
Notes
Point based
object-oriented programming in C++
• object-oriented programming in C++. C++ means here plus plus indicates what
extension of C language that means whenever we are going to work with the C++, we
have to know about C and what are the advantages of C.
C is called function-oriented programming language..
• The advantage is that the program is divided into small pieces called sub-programs..
• Program is small it takes low memory.
• When memory is less performance is increased. It is the advantage of okay dividing a
program into number of pieces and these pieces are called what functions.
• A function is a small program which is used to do a particular task. For example,.
• C program is collection of functions that is why C is called function oriented
programming language..
• When data is global any function can access it that means that a data is not secured
means not protected. • Data is is global, It is not protected and it can be accessed by or
accessed with any function in our program.
• Object-oriented programming is called [UNK] Here. Problem is divided into functions
and variables..
object-oriented programming in C++