Definition of Object Oriented Programming in single line?

Answer Posted / dasith

Object oriented programming is where the user is able to create classes & sub classes which contain objects which could be accessed by methods to achieve a particular goal,OOP mainly focuses on how different objects fits into a problem , Rather than solving the problem.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1133


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1653


What is the real time example of encapsulation?

581


Are polymorphisms mutations?

687


write a program that takes input in digits and display the result in words from 1 to 1000

1974






What is abstraction with example?

592


What is the difference between a constructor and a destructor?

598


What is abstraction in oop with example?

634


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

683


is there any choice in opting subjects like 4 out of 7

1721


Why is encapsulation used?

568


State what is encapsulation and friend function?

687


Plese get me a perfect C++ program for railway/airway reservation with all details.

3416


What is difference between data abstraction and encapsulation?

606


Can bst contain duplicates?

660