What are the main differences between procedure oriented
languages and object oriented languages?

Answer Posted / varaprasad

Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.

Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.

Is This Answer Correct ?    28 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by variable?

572


to find out the minimum of two integer number of two different classes using friend function

1637


what is different between oops and c++

1999


What is difference between oop and pop?

611


What is encapsulation in simple terms?

535






What is constructor overloading in oop?

601


Is react oop?

607


explain sub-type and sub class? atleast u have differ it into 4 points?

1830


What are oops methods?

563


what is the 3 types of system development life cycle

2431


write knight tour problem which is present in datastructure

2160


What is an interface in oop?

591


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2569


What is polymorphism programming?

599


What is difference between multiple inheritance and multilevel inheritance?

601