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
largest Of three Number using without if condition?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is a example of a variable?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Explain what does a function declared as pascal do differently?
explain what is fifo?
What is clrscr ()?
Tell me when would you use a pointer to a function?
How are pointers declared in c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Explain what is dynamic data structure?
What are the back slash character constants or escape sequence charactersavailable in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Which is the best website to learn c programming?
Write programs for String Reversal & Palindrome check