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
2016What 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?
1923what 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?
1989
How do I run a py file in python shell?
Tell me how you define instance variable, global variable and class variable in ruby?
#include
What does new return if there is insufficient memory to make your new object?
What do you mean by implicit parameters?
What does orm stand for?
Why use yii 2.0 framework?
Write a function that swaps the values of two integers, using int* as the argument type?
How many different levels of pointers are there?
Give an example of shuffle() method?
How many levels deep can include files be nested?
How to Set break on exception in Delphi 4?
Why cant I open a file by its explicit path?
How can you see the raw sql queries that django is running?
How can you send http header to the client in php?