COMPUTER 9 by umar (all lessons) Flashcards
is an object-oriented programming language
C++
origin of C++
C
Who created C++?
Bells Lab by Bjorne Stroustrup
In what year was C++ made?
1979
models real world objects
Object-Oriented Program (OOP)
concrete and abstract objects
Objects
template or blueprint from which objects are created
Class
process of combining data and function to form a class or object
(e.g students, teacher.)
Encapsulation
process wherein an object acquires the characteristicss of one or more objects
(e.g mother, son. windows 7, windows 10)
Inheritance
ability of a variable, function, or object to take on multiple forms
(e.g laptop, desktop. phone, android)
Polymorphism
a free open source, cross platform IDE that supports multiple compilers
Code Blocks IDE
IDE stands for?
Integrated Development Environment
4 panels of Code Blocks
Management
Editor
Logs and Others
Status Bar
This panel contains project tab which displays all open project.
Management
this panel is where you type your code.
Editor
This window is used to search the results and message.
Logs and Others
Current state of the file
Management
turns the code that you have written to an executable program
Compiler