what is the difference between procedure oriented and object
oriented progaming language

Answer Posted / shrikantauti

POP includes procedures, where in OOP everything created is an object.
object is an instance of all class, which is used to call the methods with the help of periods.
OOP is any how better than POP.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a structure and a union.

777


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3989


Can we initialize extern variable in c?

649


how do you execute a c program in unix.

649


What is an expression?

672






Explain zero based addressing.

621


What is the difference between mpi and openmp?

748


What are the storage classes in C?

635


Can a pointer point to null?

601


Explain what is the most efficient way to store flag values?

709


What is a scope resolution operator in c?

771


How many types of sorting are there in c?

628


How can I run c program?

701


Who invented b language?

932


How do I determine whether a character is numeric, alphabetic, and so on?

636