what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba



what are the differences between procedure-oriented languages and object-oriented languages? : Sql d..

Answer / Bhavana Varshney

Procedure-oriented languages (POLs) focus on structured programming with subroutines or procedures that can be called from multiple points in a program. Examples include COBOL, Fortran, and PL/I. On the other hand, Object-oriented languages (OOLs) are based on objects that have both data and methods to operate on the data. They follow principles like inheritance, encapsulation, polymorphism, and abstraction. Examples include Java, C++, and Python.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What's the difference between a primary key and a clustered index?

1 Answers  


How many functions are there in sql?

1 Answers  


What is a file delimiter?

1 Answers  


what are different types of keys in sql?

1 Answers  


how to write utl file pkg in SQL

1 Answers   Oracle,


How do you truncate?

1 Answers  


can use the following like overloading concept in a single package: procedure p1(a varchar), procedure p1(a varchar2), procedure p1(a char)

5 Answers  


What is the starting oracle error number?

1 Answers  


write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35

1 Answers   TCS,


What is sql query optimization?

1 Answers  


what are the 'mysql' command line arguments? : Sql dba

1 Answers  


How do you modify a column in sql?

1 Answers  


Categories