What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / ashish tripathi
Pocedure Pogramming:
it concentrate the procedure .execution is going on through
procedure.it means that we can not jump without calling the
pevoius pocedure .
oop:
no restiction are there .
simply call whatever u want to execute.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is abstraction in oops with example?
What are the features of oop?
write string class as your own class in java without using any built-in function
Can enum be null?
How do you answer polymorphism?
What does and I oop mean in text?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is the difference between a constructor and a destructor?
Is this job good for future? can do this job post grduate student?
What is static modifier?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
why reinterpret cast is considered dangerous?
What is inheritance write a program to show use of inheritance?
What is the oops and benefits of oops programming?
Which language is pure oop?