Lets Start With C++
Introduction To C++ Language C++ is an extension to C Programming Language. It was developed at AT & T Bell Laboratories in the early in 1970s by Bjarne Stroustrup. Its name was C with Classes ,but later on in 1983 it was renamed as C++. C++ is an Object Oriented Programing(OOP) Language. Object Oriented Programming Language Object Oriented Programming(OOP) is the term used to describe a programming approach based on Objects and Classes. An object oriented programming language generally support 5 main features Objects Classes Classification Polymorphism Inheritance Paradigm Of Programming Language The term Paradigm describes a set of techniques ,methods ,theories and standards that together representing a way of thinking for problem solving. Structured Programming Paradigm #Structured Programming basically focus on these...