What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / ch.johnwesily
Pop oop
not have polymorphism have polymorphism
not have operator over it suports ol
loading concept
it uses struct's it uses classes
not have Encapsulation it suports Encapsulation
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the difference between an OS(operating system) and Framework?
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
What are the Short cut Keys of Tally ERP?
what is delegate and delegation model give the real live example on delegate model
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What do you understand by modular programming?
which worker is involved in all the phases of SDLC?
why we need to take u?
please any one pass file aid,xpeditor and endeavor tools
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
Diff between IF and where ?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END