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 |
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is bash coding?
What is the crontab?
What are the types of script?
What is difference between bash and shell?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Why do we write bin bash in shell scripts?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
What language is bash?
What is bash shell command?
How do I run a .sh file on mac?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt