what is difference between c and C#
Answer Posted / subrata mandal
C# is case sensitive bt c is not.
| Is This Answer Correct ? | 35 Yes | 34 No |
Post New Answer View All Answers
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?
9.Difference between even and odd signals?explain with the diagram?
what is delegate and delegation model give the real live example on delegate model
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
how do find the user exit for selected feild whatis the process and can u plz explain it
how to data grid use in data bind?
Difference between HTML and DHTML?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
What are the tasks performed by a Team Lead
Find out the list of roles which gives access to GUI activities? thanks in advance
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.