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
2021What 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?
1929what 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?
1995
What causes static?
What is the latest version of php?
Which framework is best for php?
When should we use container classes instead of arrays?
How can I reset my drupal admin password?
How to Determine if a combobox is in dropped state?
Is laravel faster than rails?
If I want to add the extra fields in registration field then what should we do?
What is hashmap in python?
Which is better cakephp or laravel?
What is ios flag in c++?
How many types of scopes are there in c++?
Where can I find php ini file?
What's a python script?
How many types of arrays are there in php?