COMPUTER Flashcards
who develop the “C” ?
AT&T
what year AT&T develop the “C”?
late 1980’s
AT&T develop C programming languange as an?
Operating system (OS)
Who conceptualize C++?
Bjarne Stroustrup
entity that can be viewed as either concrete/abstract?
Object
representation/an “abstraction” of an object
Class
Well defined classes created in C++,when used by others in their own program are said to be encapsulated
Encapsulation
Using a prefined class leads of its original functions plus added new ones
Inheritance
4 operating systems
Microsoft like windows, Microsoft Office, IDE Visual Studio, Internet Explorer
Code for an object can be written independently
Modularity
Having objects promotes____ if an object has already been created
Code re-use
____ objects since the code is written seperately from the rest of the program
Easier to de-bug