Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
1972What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
1885what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
1933
Does c have function or method?
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
What is the difference between “#==” and “#equal?”
How to handle exceptions in Thread objects ?
Is django good for beginners?
How to Extract an icon from a .exe or .dll?
How will you check python version?
Why does the call char scanf work?
What to do when you don’t see all objects appearing on the admin site?
State two differences between C and C++.
What are helper functions in laravel?
How does python interpreter work?
How do I open a second wordpress site?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
What happens if header file is included twice?