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 |
How do you create a shortcut in linux?
What language is bash written in?
Is bash an operating system?
How to find all the files modified in less than 3 days and save the record in a text file?
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.
Differentiate between ‘ and ” quotes.
What is the syntax of "expr" command?
What are types of shells?
What is the use of "shift" command in passing parameters?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
How will you connect to a database server from linux?
What is MUTEX?