why oops need in programming

Answer Posted / asif khan

the major reason behind of that is OOPS provide the manupulation of data ,hides the data,security,provide reusing the defined the code without rewriting them.....

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need oop?

671


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

1584


What is destructor in oop?

625


What causes polymorphism?

577


What is class encapsulation?

601






How to use CMutex, CSemaphore in VC++ MFC

4333


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1642


What is polymorphism used for?

575


What is overloading in oop?

577


What is multilevel inheritance explain with example?

630


What is property in oops?

570


Which language is not a true object oriented programming language?

646


Why do we use class?

637


What is destructor give example?

608


Why do we use encapsulation in oops?

525