what is object oriented programming and procedure oriented
programming?
Answer Posted / poorna chandar rao.yerrabothu
difference bettwen the procedural oriented programming
language and object oriented programming language
one example of procedural oriented programmin language "C"
in c language is system dependent programming language
system devlopment programming language means
for example sample.c is the one programm when the compile
this program it generates mechinecode language in this
mechine code languge perticular operating system executes if
supoose it executes onother operating system its not working
thats why procedural oriented programming language is system
dependent
if suppose object oriented programming JAVA is system
dependent because sample.java after compile it genreates
byte code instruction it executes ant operating system thats
why object oriented programming languge is system
independent language
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Can a destructor be called directly?
What is the use of oops?
write a C++ program for booking using constructor and destructor.
What is polymorphism give a real life example?
How do you answer polymorphism?
2. Give the different notations for the class.\
What is polymorphism and its types?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is a class and object?
What is the example of polymorphism?
Can we create object of abstract class?
How do you define a class in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation and abstraction? How are they implemented in C++?
Can we have inheritance without polymorphism?