What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / shivanand
procedure oriented language doesnot support oops.
object oriented languages support opps concept.
| Is This Answer Correct ? | 31 Yes | 50 No |
Post New Answer View All Answers
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How do you use inheritance in unity?
What are the three main types of variables?
class type to basic type conversion
What is the main purpose of inheritance law?
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 data types in oop?
What is methods in oop?
What is oops and why we use oops?
Why oops is important?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation c#?
any one please tell me the purpose of operator overloading
Why is oop better than procedural?