What are the 4 basics of OOP?



What are the 4 basics of OOP?..

Answer / pavan

1.Data Abstraction
2.Data Encapsulation
3.Polymorphism
4.Inheritance

Is This Answer Correct ?    19 Yes 3 No

Post New Answer

More Shell Script Interview Questions

What are different types of shell?

0 Answers  


What are the different kinds of loops available in shell script?

3 Answers  


Is bash a shell script?

0 Answers  


How to check if a directory exists?

0 Answers  


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


What is the use of "test" command?

2 Answers  


Is it possible to substitute "ls" command in the place of "echo" command?

0 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


How Connect to a Database in Shell Programming?

4 Answers   Syntel,


How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.

15 Answers   Interra IT,


What is .sh file in mac?

0 Answers  


Write the syntax for "if" conditionals in linux?

0 Answers  


Categories