adspace
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Answer Posted / 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 View All Answers
If a cursor is open, how can we find in a pl/sql block?
what is bcp? When does it used? : Sql dba
what are aggregate and scalar functions? : Sql dba
what is schema? : Sql dba
how to escape special characters in sql statements? : Sql dba
What is the current version of sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is sql server agent? : Sql dba
Can we use distinct and group by together?
how to use regular expression in pattern match conditions? : Sql dba
What is your daily office routine?
what is dbms? : Sql dba
Is primary key always clustered index?
Is inner join faster than left join?
Can delete statement be rollbacked?