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

How can you get the value of pi till a 100 decimal places?

0 Answers  


What is the first line in a shell script?

0 Answers  


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


What are the different types of variables used in shell script?

0 Answers  


What is shell environment?

0 Answers  






How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?

3 Answers   IBM, Symphony,


whta is the use of "exec" command?

1 Answers  


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


What is bash used for?

0 Answers  


write a shell script to check whether all the directories in the path exist has read and write permission

1 Answers  


Suppose you execute a command using exec, what will be the status of your current process in the shell?

0 Answers  


What is bourne shell scripting?

0 Answers  


Categories