Skip to main content

Delete Operation

Delete Operation in C++ using class::  By A.P...     " it is used to remove to a data items In the given collection of data items. "            #include "iostream.h"        #include"conio.h"            Class ap                        {                  int arr[100];            public :                    void get_data();                   void del_data();              };             void ap::get_data()        {                 int size, i;            ...

Object Oriented Programming :

*Object Oriented Programming ::


   An OOP (object oriented programming ) is a concepts or programming principle which is used as a latest Programming methodology on which current programming language are based such as--:
  • C++
  • Java
  • C#
  • Python
This programming concept is best suited on which the current software development synory is based.

It comprises all expects of software development that are require to developed such software which is perfect accurate and diligent.  The programming approach provide all necessary tool that are needed during development to make software secure smart and expendable. An OOP approach oriented approach which was introduced before the evolution of OOP  concepts procedure .

Oriented Language such as C, pascal etc are based on processor oriented programming concept. In procedure programming approach a program is divided into modules or blocks that are know as function or procedure. It was an earlest approach in which a case function or procedure or  subroutines. 

 


This approach makes the software development much easier then the traditional approach as it provides procedure oriented feature. 


Advantage of OOP's::



  • Object are created on real world antities .
  • True OOP's language complex system of real world can be converted into software. 
  • OOP's focuses the developer to do planning which will reduces programming flows and better designing 
  • OOP's can be easily reused or other programming due to it's used reusebility feature. 
  • OOP's to easily to employment. 



Application of OOP's ::


  • Service centre
  • Object oriented database
  • Object oriented distributer database
  • Real time system design
  • Simulation and modelling system 
  • Hypertext and hyper media 
  • Neural networking and parallel programming 
  • Design support and office automation system

Comments