Nihar More.....
Nihar More..... answered

Reusability In OOP

  In OOP, The concept of inheritance provide the idea of reusability. This means that we can add additional features to an existing class without modifying it. This is possible by deriving a new class from the existing one. The new class will have the combined features of both the classes. The real … Read more
Nihar More.....
Nihar More..... answered

The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter. The first high-level programming languages were designed in the 1950s.

For learning more programming stuff visit … Read more

Nihar More.....
Nihar More..... answered

Best way to find online programming courses and tutorials


You go to google, search for a language (for ex: AngularJS), get 100s of suggestions but don't know which one to choose from those 100s of good looking tutorials. First page results on Google doesn't mean that they are the best tutorials as Google ranks results as … Read more

Nihar More.....
Nihar More..... answered

Multiplicity

An association represents a structural relationship among objects. In many modeling situations, it’s important for you to state how many objects may be connected across an instance of an association. This “how many” is called the multiplicity of an association’s role, and is return as an expression that evaluates to a range of values or … Read more