Is it possible to implement this interface generically so that it can be passed only one type parameter?

From the nature of your question, I'm guessing that your ClassName doesn't rely on any methods in Identifiable that require TId (otherwise you would need the type.) If that's the case, one common solution in this case is to create a non-generic base interface, with all of the methods that don't require the TId type. Then you have.

No. You need to supply a type parameter for Identifiable; how could you do that without declaring the parameter in the class declaration.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions