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
write a C++ program for booking using constructor and destructor.
Are polymorphisms mutations?
What is the main feature of oop?
Why is abstraction used?
What is balance factor?
What is encapsulation c#?
What is the fundamental idea of oop?
What is encapsulation selenium?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
what are the ways in which a constructors can be called?
How long to learn object oriented programming?
What is polymorphism explain its types?
How to hide the base class functionality in Inheritance?
What is oops with example?
What is ambiguity in inheritance?