20 Nov 2019

  • November 20, 2019
  • Amitraj
Applications of OOP


1.)  Realtime Systems

2.) Simulation and modeling

3.) Object oriented databases

4.) Hypertext, Hypermedia and Experttext

5.) AI and  Expert systems

6.) Neural networks and Parallel program

7.) Decision support and office automation systems

8.) CIM / CAM / CAD systems.



-> Object oriented technology is certainly changing the way software engineers think, analyze, design and implement systems.

Related Posts:

  • C++ Variable Declaration -> C++ is a strongly-typed language, and requires every variable to be declared with its type before its first use. -> This informs the compiler the size to reserve in memory for the variable and how to interpret its v… Read More
  • What are basic principles of Object Oriented Programming? Basic Overview Of OOP Principles 1.) Data Abstraction:- -> Data Abstraction is one of the most imporatnt and essential  feature of Object oriented programming. Abstraction means showing essential features by hidin… Read More
  • Structure of a C++ Program Structure of a C++ Program       1.) Header file (Include file) 2.) Member function definition 3.) Class declaration 4.) Main function 1. Header File: In this section, we add header files and resource files… Read More
  • C++ Data Types C++ Data Types Data types define the type of data a variable can hold, for example an integer variable can hold integer data, a character type variable can hold character data etc. Data types in C++ are categorised in thre… Read More
  • C++ Variable initialization Initialization of variables When the variables in the example above are declared, they have an undetermined or garbage value until they are assigned a value for the first time. But it is possible for a variable to have a sp… Read More

Translate

Popular Posts