Posts
 
Reputation
Joined
Last Seen
Ranked #925
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
75% Quality Score
Upvotes Received
14
Posts with Upvotes
14
Upvoting Members
10
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
3
4 Commented Posts
3 Endorsements
Ranked #486
Ranked #3K
Member Avatar for iConqueror

Do we really need accrediated education to effectivly have the expected experience and/or knowledge in a chosen field? For instance can we learn more from doing a course in programming than we can from learning ourselves? I see the benefits in both: **Accerdited course** - Have an experienced tutor - …

Member Avatar for simhakidsden
1
461
Member Avatar for shanaka95
Member Avatar for Abraka120
0
485
Member Avatar for KevinVernon

Post the **names** of your **favorite artist / band** and **Songs** of your **favorite artist / band** with the same letter as the 1st alphabet of name of The Band or Artist. My favourite band is "**Linkin Park**" and the song start with letter "L" is "**Lost In The Echo**"

Member Avatar for <M/>
0
1K
Member Avatar for iConqueror

What are interfaces main purposes and what features do they offer to give us a solid reason to use them?

Member Avatar for llgms
0
269
Member Avatar for iConqueror
Member Avatar for iConqueror

I am learning about unit testing using the NUnit framework. I built a monopoly game in a console application and am now conducting unit tests for each class. I am struggling with writing a test for my game class that only takes 1 method: public abstract class Game: GameInterface { …

Member Avatar for rubberman
0
171
Member Avatar for iConqueror

I am learning about design patterns in C# specifically the Bridge pattern. The GoF definition for the pattern states "Seerates an objects interface from its implementation". I have a question: Isnt an implementation of the interface always seperate from the interface itself? What exactly does the definition mean? Thankyou

Member Avatar for tinstaafl
0
181
Member Avatar for iConqueror

I have been thinking about life in general and how it can be compared to programming. In my view the point of programming is the ability to manipulate and/or control computer systems. We as humans are 'programmed' in a way that the governments can control us into slavery i.e the …

Member Avatar for Reverend Jim
0
527
Member Avatar for iConqueror

Why do we use interface references to call methods of an object? For example: class Program : Iabc, Idef { static void Main(string[] args) { Console.WriteLine("Hello interfaces"); Program refProgram = new Program(); Iabc refiabc = refProgram; refiabc.xyz(); Idef refidef = refProgram; refidef.pqr(); Console.ReadLine(); } public void pqr() { Console.WriteLine("In pqr"); …

Member Avatar for deceptikon
0
288
Member Avatar for iamthwee

Watch this very surprising youtube video that I stumbled across the other day. There is a surprise at the end. Impressive don't you think. https://www.youtube.com/watch?v=TAZIvyAJfeM

Member Avatar for Alexsmash
0
184
Member Avatar for iConqueror

Im am having abit of trouble with a while loop. I have this method which determines wether or not the entered year is a leap year, the while loop is intended to keep asking the user for another year until he/shes wishes to exit the program. Here is my method: …

Member Avatar for JOSheaIV
0
347
Member Avatar for iConqueror

What are interfaces main purposes and what features do they offer to give us a solid reason to use them?

Member Avatar for pritaeas
0
102
Member Avatar for iConqueror

Why do you use Private fields in a class if an outside class can change the private fields using get and set properties?

Member Avatar for deceptikon
0
122
Member Avatar for iConqueror
Member Avatar for iConqueror

**Please note that I am not asking for an answer to the exercise just abit more explanation** I have this question that I do not understand. Using a class to wrap simple stream input (InputWrapper.cs) modify following program to calculate area of a triangle given base and height using System; …

Member Avatar for iConqueror
0
143
Member Avatar for iConqueror

I have a form that asks the user to enter in an exam id that they want to delete from the exam table in the DB. The problem I am having is that even if the user enters in an id that does not match in the DB the script …

Member Avatar for diafol
0
267
Member Avatar for iConqueror

I am learning about cross-side scripting and have made a simple html page along with a php page to return the data entered <!DOCTYPE html> <html> <head> <title>Inject</title> </head> <body> <form name = "MyForm" id = "MyForm" method = "POST" action = "handle.php"> <label name = "MyLabel" id = "MyLabel" …

Member Avatar for hericles
0
160
Member Avatar for iConqueror

Email encryption uses digital certificates to authenticate, encrypt and decrypt the message. When a message is encrypted, the public key to decrypt it is sent along with the message to the recipient, the recipient then uses the public key to decrypt the message. If the message was intercepted couldnt the …

Member Avatar for Hiroshe
0
259
Member Avatar for iConqueror

I am doing a little home project to learn more about collections and FileIO. I have made a little racing app where the user enters the racers details all of which are strings, and these details are inserted into a List<T> list and then once the user clicks the 'save' …

Member Avatar for tinstaafl
0
325
Member Avatar for iConqueror

I have been learning about collections such as arrays and arraylists and lists and have come across the term "interface" a fair bit. I know that an IList is an "interface" but I dont understand what an interface is or does. 1. What is an interface in C#? 2. How …

Member Avatar for BMXDad
0
202
Member Avatar for iConqueror

What is the difference between an enum and an array? with both you can store elements the main difference between arrays and enums are that enums are not index based wereas arrays are, that is all I know. So I have a few questions 1. How do we use enums? …

Member Avatar for ddanbe
0
148
Member Avatar for iConqueror

I have been learning about the collections namespace in C# so have been doing some little self-made projects to learn. I have made a car race app where you enter in the name, car and place of the racer this is then stored in an array list. I can extract …

Member Avatar for ddanbe
0
2K
Member Avatar for iConqueror

I have a few general questions about the Collections class in C#:" 1. Because all elements in an ArrayList are stored as objects do we need to cast them into their respective types before extracting? 2. Array lists are used if the size is adjusted accordinly to elements added and …

Member Avatar for tinstaafl
0
183
Member Avatar for iConqueror

In this link what exactly does 'skip_api_login' and 'api_key' mean? https://www.facebook.com/login.php?skip_api_login=1&api_key=143103275748075&signed_next=1&next=https%3A%2F%2Fwww.facebook.com%2Fv1.0%2Fdialog%2Foauth%3Fredirect_uri%3Dhttp%253A%252F%252Fstatic.ak.facebook.com%252Fconnect%252Fxd_arbiter%252FbLBBWlYJp_w.js%253Fversion%253D41%2523cb%253Df28f4529cc%2526domain%253Dwoobox.com%2526origin%253Dhttp%25253A%25252F%25252Fwoobox.com%25252Ff3f142e898%2526relation%253Dopener%2526frame%253Df3c3671928%26display%3Dpopup%26scope%3Duser_likes%26response_type%3Dtoken%252Csigned_request%26domain%3Dwoobox.com%26client_id%3D143103275748075%26ret%3Dlogin%26sdk%3Djoey&cancel_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FbLBBWlYJp_w.js%3Fversion%3D41%23cb%3Df28f4529cc%26domain%3Dwoobox.com%26origin%3Dhttp%253A%252F%252Fwoobox.com%252Ff3f142e898%26relation%3Dopener%26frame%3Df3c3671928%26error%3Daccess_denied%26error_code%3D200%26error_description%3DPermissions%2Berror%26error_reason%3Duser_denied%26e2e%3D%257B%257D&display=popup

Member Avatar for pritaeas
0
182
Member Avatar for iConqueror

If I have an array and an array list: int[] myArray = new int[2]; myArray[0] = 1; myArray[1] = 2; ArrayList myArrayList = new ArrayList(); myArrayList.Add("1st element"); myArrayList.AddRange(myArray); By calling the Addrange() method in myArrayList, does this add the contents of myArray to the second element of myArrayList? If so …

Member Avatar for iConqueror
0
206
Member Avatar for Dani

Last Thursday, I somehow managed to break my little pinky toe. I was walking over to my kitchen sink to do the dishes and I somehow kicked my garbage can. I'm not sure what I did, but I ended up with a broken toe. The next day, I had a …

Member Avatar for <M/>
0
365
Member Avatar for iConqueror
Member Avatar for iConqueror

I have just started my third year of my Bachelors degree in IT. I am enjoying programming and would like to take my interest with programming further. The main reason I enjoy programming is because of the fact that your mind is the limit of what you can create and …

Member Avatar for tinstaafl
0
254
Member Avatar for iConqueror

What is the difference between Code Inline and Code Behind? As the names suggest I would presume that Code Inline refers to code that is in the same file as the .aspx and Code Behind refers to code that is in a seperate file. Im not too sure if thats …

Member Avatar for iConqueror
0
116
Member Avatar for McBryan

jane is a landlord and she rents houses for ksh.2500 per month. a customer is awarded a 5 % discount if he/she pays rent for over six months in advance. currently, jane has ten rental houses which are fully occupied.develop a pseudocode that can capture the rent payment for all …

Member Avatar for iConqueror
-1
240