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
what are the different types of qualifier in java?
What are the 4 pillars of oop?
What is abstract class in oops?
Why is encapsulation used?
Why do we use polymorphism?
What is difference between oop and pop?
What is cohesion in oop?
What is byval and byref? What are differences between them?
What are functions in oop?
What does and I oop and sksksk mean?
What is difference between abstraction and encapsulation?
What is meant by multiple inheritance?
What is advantage of inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why is abstraction needed?