Posts tagged Object Oriented
Java supports Multiple Inheritance through Interface
May be you are worried why Java doesn’t support multiple inheritance ? The reasons for omitting multiple inheritance from the Java language mostly step from the "simple, object oriented, and familiar" goal. As a simple language, Java's creators wanted a language that most developers could grasp without extensive training. To that end, they worked to make the language as similar to C++ as possible (familiar) without carrying over C++'s unnecessary complexity (simple).
Facts of C++ Programming Language
The C++ Programming Language (Object Oriented Language) represents an enhancement of the C Programming Language . Initial development of C++ was started by Bjarne Stroustrup from Bell labs in 1980. He added features to C and formed what he called “C with Classes”. After that he had combined use of classes and object-oriented features

I am