Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
How do you use merge in word?
Explain keywords in digital marketing?
What is Chain Mapper?
When should I use cloudwatch rather than the rds console dashboard?
Is anything faster than c?
Can we use LINQ with databases other than SQL Server
What is the use of token interceptor in Struts2?
Write a program to show polymorphism in C++?
What are the different Complex Data Types available in Hive?
Why python is so popular?
Why decorators are used in angular?
What are setup files?
Do you know a way to refresh the browser by using selenium?
what 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?
what method you can use to reduce the overhead of Reporting Services data sources?