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
Can you please explain the difference between malloc() and calloc() function?
What are the uses of a pointer?
For what purpose null pointer used?
What is #include conio h?
Why is python slower than c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why shouldn’t I start variable names with underscores?
How can you convert integers to binary or hexadecimal?
cavium networks written test pattern ..
What is unsigned int in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is the stack in c?
Can you write a programmer for FACTORIAL using recursion?
Explain the difference between malloc() and calloc() function?