what is the difference between procedure oriented and object
oriented progaming language
Answer / 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 |
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
What is function and its example?
What is #line?
what is the difference between embedded c and turbo c ?
What is difference between && and & in c?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is diffrance between declaration and defination of a variable or function
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
write a program to find out prime number using sieve case?
Why is sprintf unsafe?
What is difference between array and structure in c?
What are preprocessor directives?