• Hubs
  • tagged object oriented programming languages

1-2 of 2 hubssort by Hot Best Latest

70

Understanding C++ Programming Language

C++ is one of the Object Oriented Languages, other examples of these languages include, jaza, visual basic and many others Below are basic definitions you need to know as you start your journey into the...

2 comments    programming programming language
nicomp profile image68

OOP Interfaces Demo in Java - Part 1

Introduction The concept of an Interface in Java is designed to replace the functionality of multiple inheritance. C++, another object oriented programming language, supports multiple inheritance, Java does...

1 comment    oop object oriented java oop
working