Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

8 Posted Topics

Member Avatar for Priya_Aggarwal

why do we need interfaces in java?,if the functions are to be defined in implementing class only then why declare these in an interface first?????????

Member Avatar for Alex Edwards
0
124
Member Avatar for AllenB
Member Avatar for AllenB
0
145
Member Avatar for joshmo

It'll be good if u study "object oriented methodology" along with programming conventions of an oop language like java.

Member Avatar for joshmo
0
224
Member Avatar for Pikachumanson

function calcpoints that u have made virtual is having two parameters in its para.. list however to override that func u need to give same signature as that of ur virtual function that is with 2 para.. the overriding fn that u have made has no arguments so the compiler …

Member Avatar for LizR
0
168
Member Avatar for ravikiran032

u just keep in mind one thing that if whenever there is a function called by the reference of an abstract class the only reason for this is that reference has been aassigned the INSTANCE of derived class. IT'S NOT THAT ALL THE FUNCTIONS OF AN ABSTRACT CLASS ARE ABSTRACT …

Member Avatar for Ezzaral
0
137
Member Avatar for Acidburn

the syntax is <boolean expression> ? <staement1> : <statement2>; now here depending on the value of boolean expression one statement is choosen for execution. if this is in C/C++ it can be any boolean expression or any statement with some integer value or no value at all(in this case it …

Member Avatar for Narue
0
115
Member Avatar for manofjava

hey even i'm studying java.u can ask me any question.it'll be my pleasure to help u and practise at the same time.

Member Avatar for stultuske
0
140
Member Avatar for Priya_Aggarwal

hey ya, recently i've undergone a dotnet trainig in my college.i tried to use as much asp.net tools as much i could to make a website in a week.there's a login control in asp.net ,i just don't don't have any idea of authentication,autherization and all these stuff,i wanna make a …

Member Avatar for tecktalk
0
103

The End.