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 |
what is difference between c and c++
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Explain what is the difference between null and nul?
What is ponter?
What's the best way of making my program efficient?
Is c easy to learn?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Is it possible to pass an entire structure to functions?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
totally how much header files r in c language
Explain why c is faster than c++?
Explain #pragma in C.